diff options
-rw-r--r-- | ASNMP/tests/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ASNMP/tests/Makefile b/ASNMP/tests/Makefile index b22a123d6db..cb166b88012 100644 --- a/ASNMP/tests/Makefile +++ b/ASNMP/tests/Makefile @@ -24,10 +24,8 @@ CCFLAGS = -I$(ACE_ROOT)/ASNMP/ LSRC = $(addsuffix .cpp,$(BIN)) LDLIBS := -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) -BUILD = $(VBIN) - # For make depend: -SRC = -I.. +PSRC = -I.. #---------------------------------------------------------------------------- # Include macros and targets |