Look for Dummy.h in $(OBJDIR) if set

This commit is contained in:
Pierre Pronchery 2019-07-16 18:42:00 +02:00
parent abd3a154bf
commit 2ba9833e11

View File

@ -1,5 +1,5 @@
targets=Dummy.h,appclient,appinterface,appmessage,appserver,includes,lookup,tests.log,transport
cppflags_force=-I ../include -isystem .
cppflags_force=-I../include -I$(OBJDIR).
cflags_force=`pkg-config --cflags libSystem`
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libSystem` -L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lApp