Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-01-05 00:58:04 +0300
committerStefan Gartner <stefang@aon.at>2003-01-05 00:58:04 +0300
commit3290b8c1c04997bbddc71d38559463a561a76625 (patch)
tree6d0e374479953294635da87d6d8abcbfe00923bd /intern/keymaker
parent080dd299d6122fd2231450c87c4ab921e34e1096 (diff)
cpifdiff.sh died with an error when $(LCGDIR)/$(LIBNAME)/include/blenkey.h
didn't exist instead of installing it as it should. - @../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h + @../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/ sgefant
Diffstat (limited to 'intern/keymaker')
-rw-r--r--intern/keymaker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/keymaker/Makefile b/intern/keymaker/Makefile
index d20bea58557..038dd85fc7e 100644
--- a/intern/keymaker/Makefile
+++ b/intern/keymaker/Makefile
@@ -71,7 +71,7 @@ install: all debug
@[ -d $(LCGDIR)/$(LIBNAME) ] || mkdir $(LCGDIR)/$(LIBNAME)
@[ -d $(LCGDIR)/$(LIBNAME)/include ] || mkdir $(LCGDIR)/$(LIBNAME)/include
@[ -d $(LCGDIR)/$(LIBNAME)/lib ] || mkdir $(LCGDIR)/$(LIBNAME)/lib
- @../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h
+ @../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/
@../tools/cpifdiff.sh $(LIB_a) $(LCGDIR)/$(LIBNAME)/lib/
ifeq ($(OS),darwin)
ranlib $(LCGDIR)/$(LIBNAME)/lib/lib$(LIBNAME).a