diff options
-rw-r--r-- | com32/gpllib/Makefile | 2 | ||||
-rw-r--r-- | com32/lib/Makefile | 2 | ||||
-rw-r--r-- | com32/libutil/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile index 80138cfe..46ed42e3 100644 --- a/com32/gpllib/Makefile +++ b/com32/gpllib/Makefile @@ -36,7 +36,7 @@ spotless: clean # Mixing in the GPL include files is suboptimal, but I'm not sure # there is a better way to do it. -install: +install: all mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR) install -m 644 libcom32gpl.a $(INSTALLROOT)$(COM32DIR) mkdir -p $(INSTALLROOT)$(COM32DIR)/include/ diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 0c4f095a..984c6dff 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -128,7 +128,7 @@ spotless: clean rm -f *.a rm -f *~ \#* */*~ */\#* -install: +install: all mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR) install -m 644 libcom32.a com32.ld $(INSTALLROOT)$(COM32DIR) -rm -rf $(INSTALLROOT)$(COM32DIR)/include diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile index 579f6f2e..02789ca6 100644 --- a/com32/libutil/Makefile +++ b/com32/libutil/Makefile @@ -58,7 +58,7 @@ spotless: clean rm -f *.lss *.a *.c32 *.com rm -f *~ \#* -install: +install: all mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR) install -m 644 libutil_com.a libutil_lnx.a $(INSTALLROOT)$(COM32DIR) |