for the time being, do not pass IP_SPEC to the Makefile in switch;

this does not work with relative paths
This commit is contained in:
ceriel 1988-06-27 11:49:17 +00:00
parent 64271b505a
commit f31e92bbcc

View File

@ -73,11 +73,11 @@ warn_msg: M.warn_msg $(APP_A)
warn.h: M.warn_h $(APP_A) warn.h: M.warn_h $(APP_A)
M.warn_h $(APP_A) M.warn_h $(APP_A)
switch/DoCases: $(IP_SPEC) switch/DoCases:
(cd switch; make IP_SPEC=$(IP_SPEC) DoCases) (cd switch; make DoCases)
switch/PrCases: $(IP_SPEC) switch/PrCases:
(cd switch; make IP_SPEC=$(IP_SPEC) PrCases) (cd switch; make PrCases)
test/awa.em22: test/awa.em22:
(cd test; make awa.em22) (cd test; make awa.em22)