[hackers] [ubase] Fix build || FRIGN
commit cdaa7b860ea3af523318bc8d3c9a412fcd0d24b4
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Mon Sep 7 11:28:30 2015 +0200
Commit: sin <sin_AT_2f30.org>
CommitDate: Mon Sep 7 11:47:10 2015 +0100
Fix build
Dimitris forgot to change one line, which could, depending on the
environment, break the build ($LD would be empty).
diff --git a/Makefile b/Makefile
index 14af4f6..c758095 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -152,7 +152,7 @@ config.h:
cp config.def.h $_AT_
.o:
- $(LD) $(LDFLAGS) -o $_AT_ $< $(LIB) $(LDLIBS)
+ $(CC) $(LDFLAGS) -o $_AT_ $< $(LIB) $(LDLIBS)
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -o $_AT_ -c $<
Received on Mon Sep 07 2015 - 12:47:16 CEST
This archive was generated by hypermail 2.3.0
: Mon Sep 07 2015 - 12:48:12 CEST