# HG changeset patch # User Gary Pennington # Date 1306495219 25200 # Node ID e21e069799d52f3df4f538c6520cd8815333de7e # Parent c1e983ee5f4c91a2b5ee64b123a8ede2bb47c1dd 18434 Additional targets are required in the tsol Makefile diff -r c1e983ee5f4c -r e21e069799d5 src/tsol/Makefile --- a/src/tsol/Makefile Fri May 27 08:24:15 2011 +0100 +++ b/src/tsol/Makefile Fri May 27 04:20:19 2011 -0700 @@ -38,9 +38,6 @@ $(ROOTVARTSOLDOOR) \ $(ROOTVARTSOL) -clobber: $(ROOTDIRS) - rm -fr $(ROOTDIRS) - # # Make directories # @@ -48,4 +45,16 @@ $(ROOTDIRS): $(INSTALL) -d -m 0755 $@ +all := TARGET = all +clean := TARGET = clean +clobber := TARGET = clobber +install := TARGET = install + +all: + +clean: + +clobber: + rm -fr $(ROOTDIRS) + install: $(ROOTDIRS)