Added -I. to includes
authorceriel <none@none>
Mon, 16 Sep 1991 09:44:21 +0000 (09:44 +0000)
committerceriel <none@none>
Mon, 16 Sep 1991 09:44:21 +0000 (09:44 +0000)
mach/proto/as/proto.make

index 9fd3e7c..68177e0 100644 (file)
@@ -13,7 +13,7 @@ DEF   =
 MDIR   = $(SRC_HOME)/mach/$(MACH)/as
 
 FFLAG  =
-INCL   = -I$(CDIR) -I$(MDIR) -I$h $(DEF)
+INCL   = -I$(CDIR) -I$(MDIR) -I$h -I. $(DEF)
 CFLAGS = $(FFLAG) $(INCL) $(COPTIONS)
 YFLAGS = -d
 LDFLAGS        = $(FFLAG) $(LDOPTIONS)