aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.amiga
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-01-20 04:17:11 +0100
committerYang Tse <yangsita@gmail.com>2013-01-20 04:20:02 +0100
commit63605d281f804382d2bd2d8655d73e188c12e071 (patch)
treef691a1c88b171b2399693d7421faa3d99762a48e /src/makefile.amiga
parentf4cc54cb4746ae5a6d63438aae811f6543b13774 (diff)
Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables
Diffstat (limited to 'src/makefile.amiga')
-rw-r--r--src/makefile.amiga2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/makefile.amiga b/src/makefile.amiga
index 4be7e25a3..7b9b1c0be 100644
--- a/src/makefile.amiga
+++ b/src/makefile.amiga
@@ -14,8 +14,6 @@ MANPAGE = ../docs/curl.1
README = ../docs/MANUAL
MKHELP = ../src/mkhelp.pl
-top_srcdir = ..
-
include Makefile.inc
OBJS = $(CURL_CFILES:.c=.o) $(CURLX_ONES:.c=.o)