mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
afec5bbcdb
PR: 22987 Submitted by: MAINTAINER
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
--- examples/Makefile.in.orig Mon May 22 01:47:11 1995
|
|
+++ examples/Makefile.in Sat Nov 18 02:11:19 2000
|
|
@@ -28,7 +28,7 @@
|
|
$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $(PROGRAM)
|
|
|
|
demo.h demo.dbd: demo.ddl
|
|
- ../util/ddlp -a4 -f demo
|
|
+ env LD_LIBRARY_PATH=../src ../util/ddlp -a4 -f demo
|
|
|
|
lint:
|
|
lint -u $(DEFINES) $(SRCS)
|