mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(first): Force check for re-compilation of libobjects.
(second): Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b94f85e255
commit
50ce608163
1 changed files with 8 additions and 2 deletions
|
@ -104,8 +104,12 @@ second-server: second-server.o ../src/libobjects.a
|
|||
second-client: second-client.o ../src/libobjects.a
|
||||
$(LINK_CMD)
|
||||
|
||||
first: first-server first-client
|
||||
second: second-server second-client
|
||||
first: FORCE
|
||||
(cd ../src; $(MAKE))
|
||||
$(MAKE) first-server first-client
|
||||
second: FORCE
|
||||
(cd ../src; $(MAKE))
|
||||
$(MAKE) second-server second-client
|
||||
port: port-server port-client
|
||||
|
||||
install:
|
||||
|
@ -135,3 +139,5 @@ copy-dist: $(DIST_FILES)
|
|||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd ..; $(SHELL) config.status
|
||||
|
||||
FORCE:
|
||||
|
|
Loading…
Reference in a new issue