diff options
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 |