diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-29 11:46:30 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-29 11:46:30 +0000 |
commit | 707c6532f52c44a94dab6ddc0c1f9ecf804a67b3 (patch) | |
tree | ed69289c24c0fa157b3414e24ad652fa25de6516 /ASNMP/tests | |
parent | c37bf947a08e8698813d320d5657444106f46ff3 (diff) | |
download | ATCD-707c6532f52c44a94dab6ddc0c1f9ecf804a67b3.tar.gz |
changed SRC to PSRC (for make depend)
Diffstat (limited to 'ASNMP/tests')
-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 |