Add include directory when compiling head
authorceriel <none@none>
Thu, 16 Feb 1989 09:40:52 +0000 (09:40 +0000)
committerceriel <none@none>
Thu, 16 Feb 1989 09:40:52 +0000 (09:40 +0000)
mach/proto/libg/Makefile

index 6aba086..da2c317 100644 (file)
@@ -27,7 +27,7 @@ cp:     headcp tailcp
 
 head_$(PREF):  $(HEADSRC)
        cp $(HEADSRC) head_$(PREF).e
-       $(MACH) $(MACHFL) head_$(PREF).e
+       $(MACH) $(MACHFL) -I$(HOME)/h head_$(PREF).e
        mv head_$(PREF).$(SUF) head_$(PREF)
        -rm -f head_$(PREF).[ekm$(SUF)]