M.Z.
This commit is contained in:
1
hardsup/cd_obj
Normal file
1
hardsup/cd_obj
Normal file
@ -0,0 +1 @@
|
||||
cd ../../obj/$SICS_VERSION/psi/hardsup
|
@ -9,6 +9,7 @@
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
VPATH=$(SRC)
|
||||
ROOT=../..
|
||||
|
||||
OBJ= el734_utility.o asynsrv_utility.o stredit.o \
|
||||
strjoin.o failinet.o geterrno.o el737_utility.o sinqhm.o serialsinq.o \
|
||||
|
@ -9,6 +9,6 @@
|
||||
include ../../alpha_def
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC)../.. -I$(SRC).. -I$(SRC).
|
||||
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC).
|
||||
|
||||
include make_gen
|
||||
|
@ -9,6 +9,6 @@
|
||||
include ../../$(SRC)linux_def
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC). -I../../$(SRC)
|
||||
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC).
|
||||
|
||||
include $(SRC)make_gen
|
||||
|
Reference in New Issue
Block a user