From 5f17afc29549dd6fd4afe95a36dfef482f348656 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Tue, 6 Jul 2010 09:25:06 +0000 Subject: [PATCH] typo in Makefile --- stead/Makefile | 2 +- stead/Makefile.windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stead/Makefile b/stead/Makefile index f6fb01f..1bf4acd 100644 --- a/stead/Makefile +++ b/stead/Makefile @@ -15,7 +15,7 @@ install: $(INSTALL) dbg.lua $(STEADPATH)/dbg.lua $(INSTALL) vars.lua $(STEADPATH)/vars.lua $(INSTALL) prefs.lua $(STEADPATH)/prefs.lua - $(INSTALL) snapshot.lua $(STEADPATH)/snapshot.lua + $(INSTALL) snapshots.lua $(STEADPATH)/snapshots.lua $(INSTALL) object.lua $(STEADPATH)/object.lua $(INSTALL) format.lua $(STEADPATH)/format.lua $(INSTALL) dash.lua $(STEADPATH)/dash.lua diff --git a/stead/Makefile.windows b/stead/Makefile.windows index 3f01365..93dc743 100644 --- a/stead/Makefile.windows +++ b/stead/Makefile.windows @@ -12,7 +12,7 @@ install: copy dbg.lua ..\bin\stead copy vars.lua ..\bin\stead copy prefs.lua ..\bin\stead - copy snapshot.lua ..\bin\stead + copy snapshots.lua ..\bin\stead copy object.lua ..\bin\stead copy format.lua ..\bin\stead copy para.lua ..\bin\stead