From: Maxim Mamontov Date: Thu, 7 Apr 2011 15:32:05 +0000 (+0300) Subject: Fix stglibs Makefile to install headers into subdirectory X-Git-Tag: 2.407-rc3~52 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/3478ff27cf6f9d36357dc914dc874c8e7730837a Fix stglibs Makefile to install headers into subdirectory --- diff --git a/stglibs/Makefile.in b/stglibs/Makefile.in index 714a99ea..d7694b45 100644 --- a/stglibs/Makefile.in +++ b/stglibs/Makefile.in @@ -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 *.*~