]> git.stg.codes - stg.git/commitdiff
Fix stglibs Makefile to install headers into subdirectory
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:32:05 +0000 (18:32 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:32:05 +0000 (18:32 +0300)
stglibs/Makefile.in

index 714a99ea2cbebf9ce16f86a0f9bf49319396e62c..d7694b45dc9f0a6df72f2cc65478cde946b0b735 100644 (file)
@@ -58,7 +58,7 @@ $(PROG): $(OBJS) $(STGLIBS)
        cp *.a $(DIR_LIB)
 
 includes: $(INCS)
-       cp -p $(INCS) $(DIR_INCLUDE)
+       cp -p $(INCS) $(DIR_INCLUDE)/stg
 
 clean:
        rm -f deps $(PROG) *.o *.a *.so tags *.*~