18434 Additional targets are required in the tsol Makefile
authorGary Pennington <gary.pennington@oracle.com>
Fri, 27 May 2011 04:20:19 -0700
changeset 2385 e21e069799d5
parent 2384 c1e983ee5f4c
child 2386 3cacbeb76ed5
18434 Additional targets are required in the tsol Makefile
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)