small fix for compatibility with different make's
authorceriel <none@none>
Wed, 22 Jan 1992 11:25:52 +0000 (11:25 +0000)
committerceriel <none@none>
Wed, 22 Jan 1992 11:25:52 +0000 (11:25 +0000)
util/int/proto.make

index df16cba..7886ec4 100644 (file)
@@ -122,10 +122,10 @@ warn_msg: $(SRC_DIR)/M.warn_msg $(APP_A)
 ./warn.h:              $(SRC_DIR)/M.warn_h $(APP_A)
        $(SRC_DIR)/M.warn_h $(APP_A)
 
-switch/DoCases:
+./switch/DoCases:
        (cd switch; make DoCases)
 
-switch/PrCases:        
+./switch/PrCases:      
        (cd switch; make PrCases)
 
 test/awa.em22:
@@ -142,7 +142,7 @@ test/awa.em44:
 
 
 # Auxiliary entries
-lint:  $(CFILES) trap_msg warn_msg ./warn.h switch/DoCases switch/PrCases
+lint:  $(CFILES) trap_msg warn_msg ./warn.h ./switch/DoCases ./switch/PrCases
        $(LINT) $(LINTFLAGS) $(CFILES)
 
 tags:  $(HDR) $(CFILES)