ip_spec.h is moved
authorceriel <none@none>
Tue, 1 Oct 1991 17:37:21 +0000 (17:37 +0000)
committerceriel <none@none>
Tue, 1 Oct 1991 17:37:21 +0000 (17:37 +0000)
util/int/switch/mkiswitch.c
util/int/switch/proto.make

index 3209cbc..080c744 100644 (file)
@@ -14,9 +14,9 @@
 extern char *sprintf();
 extern FILE *popen();
 
-#include <util/ass/ip_spec.h>
-#include <h/em_spec.h>
-#include <h/em_flag.h>
+#include <ip_spec.h>
+#include <em_spec.h>
+#include <em_flag.h>
 
 extern char em_mnem[][4] ;
 extern char em_flag[] ;
index 6cedd98..d4eb70d 100644 (file)
@@ -4,9 +4,9 @@
 
 SRC_DIR = $(SRC_HOME)/util/int/switch
 IP_SPEC =      $(SRC_HOME)/etc/ip_spec.t
-UCFLAGS =      -I$(UTIL_HOME) -I$(SRC_HOME) $(COPTIONS)
+UCFLAGS =      -I$(UTIL_HOME)/h $(COPTIONS)
 ULDFLAGS =     $(ULDOPTIONS)
-LINTFLAGS =    -I$(UTIL_HOME) -I$(SRC_HOME) $(LINTOPTIONS)
+LINTFLAGS =    -I$(UTIL_HOME)/h $(LINTOPTIONS)
 
 SRC =          $(SRC_DIR)/mkiswitch.c  $(SRC_DIR)/mkswitch.c
 OBJ =          mkiswitch.$(USUF)       mkswitch.$(USUF)