diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-05-30 09:29:26 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-05-30 09:29:26 +0000 |
commit | aebe147ae46e27127faa5c9d777de6b9ab822cc9 (patch) | |
tree | 1885dbe1bd120a52b083679e89343c594128ed32 /pddp/Makefile | |
parent | b4eb41d8deb2db9fd5182e6858484edff33a4d96 (diff) |
toxy alpha18 and pddp alpha2 (see notes.txt for toxy, pddp and shared)
svn path=/trunk/externals/miXed/; revision=3094
Diffstat (limited to 'pddp/Makefile')
-rw-r--r-- | pddp/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pddp/Makefile b/pddp/Makefile index b65c310..fc022be 100644 --- a/pddp/Makefile +++ b/pddp/Makefile @@ -1,10 +1,2 @@ ROOT_DIR = .. -redefault: pddpboot default - -pddpboot: $(ROOT_DIR)/bin/pddpboot.tcl \ - $(ROOT_DIR)/bin/pddpclient.tcl $(ROOT_DIR)/bin/pddpserver.tcl - -$(ROOT_DIR)/bin/%.tcl: %.tcl - cp $< $@ - include $(ROOT_DIR)/Makefile.common |