ip_spec.h is moved

This commit is contained in:
ceriel 1991-10-01 17:37:21 +00:00
parent 46964d9dfd
commit a28c551213
2 changed files with 5 additions and 5 deletions

View 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[] ;

View 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)