usr/src/uts/intel/ibd/Makefile
changeset 4604 5989fb2cb1d5
parent 3138 7bbdcbfa4cd5
child 5766 5bbd09315100
--- a/usr/src/uts/intel/ibd/Makefile	Fri Jul 06 09:21:26 2007 -0700
+++ b/usr/src/uts/intel/ibd/Makefile	Fri Jul 06 13:59:06 2007 -0700
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 #ident	"%Z%%M%	%I%	%E% SMI"
@@ -98,15 +98,11 @@
 WARLOCK         = warlock
 WLCC            = wlcc
 TOUCH           = touch
-SCCS            = sccs
 TEST            = test
 
 warlock: $(WARLOCK_OK)
 
-%.wlcmd:
-	cd $(WLCMD_DIR); $(TEST) -f $@  || $(SCCS) get $@
-
-$(WARLOCK_OK): $(WARLOCK_OUT) ibd.wlcmd warlock_ddi.files
+$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/ibd.wlcmd warlock_ddi.files
 	$(WARLOCK) -c $(WLCMD_DIR)/ibd.wlcmd $(WARLOCK_OUT) \
 		-l ../warlock/ddi_dki_impl.ll
 	$(TOUCH) $@
@@ -114,6 +110,6 @@
 %.ll: $(UTSBASE)/common/io/ib/clients/ibd/%.c \
 	$(UTSBASE)/common/sys/ib/clients/ibd/ibd.h
 	$(WLCC)  $(CPPFLAGS) -DDEBUG -o $@ $<
-        
+
 warlock_ddi.files:
 	@cd ../warlock; pwd; $(MAKE) warlock