mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
16 lines
385 B
Diff
16 lines
385 B
Diff
Description: Fix the Makefile dependencies
|
|
Author: Adrian Bunk <bunk@debian.org>
|
|
Bug-Debian: https://bugs.debian.org/906498
|
|
|
|
--- src/Makefile.am.orig
|
|
+++ src/Makefile.am
|
|
@@ -43,7 +43,7 @@ libots_1_include_HEADERS = \
|
|
libots.h
|
|
|
|
bin_PROGRAMS=ots
|
|
-ldadd = $(top_builddir)/src/libots-1.la $(OTS_LIBS) $(POPT_LIBS)
|
|
+ldadd = libots-1.la $(OTS_LIBS) $(POPT_LIBS)
|
|
|
|
ots_LDADD=$(ldadd)
|
|
|