objects may now be separated from sources M.Z.

This commit is contained in:
cvs
2003-08-25 14:28:23 +00:00
parent 7ceb18416c
commit 50143d1256
11 changed files with 43 additions and 19 deletions

View File

@ -9,6 +9,6 @@
include ../../alpha_def
CC = cc
CFLAGS = -std1 -I../.. -g $(DFORTIFY) -I$(SRC).. -I$(SRC).
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC)../.. -I$(SRC).. -I$(SRC).
include make_gen