diff options
author | Björn Gustavsson <[email protected]> | 2011-08-25 10:05:38 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-09-21 14:52:03 +0200 |
commit | 069b2070ba2ff2b1de479847f0f557a2c61dda58 (patch) | |
tree | bd73c64e28f37ea4a0069181e25d3d1287eaffa7 /lib | |
parent | a192733e4d2b4d74a1ce11bd75c9e59da8f41e0d (diff) | |
download | otp-069b2070ba2ff2b1de479847f0f557a2c61dda58.tar.gz otp-069b2070ba2ff2b1de479847f0f557a2c61dda58.tar.bz2 otp-069b2070ba2ff2b1de479847f0f557a2c61dda58.zip |
gs: Correct support for parallel make
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gs/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gs/src/Makefile b/lib/gs/src/Makefile index b3f11fb71b..964966ba00 100644 --- a/lib/gs/src/Makefile +++ b/lib/gs/src/Makefile @@ -90,7 +90,7 @@ clean: # Special Build Targets # ---------------------------------------------------- -gstk_generic.hrl: gs_make.erl ../ebin/gs.$(EMULATOR) +gstk_generic.hrl: gs_make.erl ../ebin/gs_make.$(EMULATOR) ../ebin/gs.$(EMULATOR) $(ERL) -pa $(EBIN) -s gs_make -s erlang halt -noshell $(APP_TARGET): $(APP_SRC) ../vsn.mk |