Introduction
Introduction Statistics Contact Development Disclaimer Help
tgot rid of LD (inspired by JGs patch to wmii) - dwm - [fork] customized build …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 3d48f330255eec6a404586f3cfe0e78d6d80e951
parent 19fd903d40995e7752d095a07c9aa65a414448ca
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 5 Feb 2007 11:09:53 +0100
got rid of LD (inspired by JGs patch to wmii)
Diffstat:
M Makefile | 5 ++---
M config.mk | 1 -
2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -13,7 +13,6 @@ options:
@echo "CFLAGS = ${CFLAGS}"
@echo "LDFLAGS = ${LDFLAGS}"
@echo "CC = ${CC}"
- @echo "LD = ${LD}"
.c.o:
@echo CC $<
t@@ -26,8 +25,8 @@ config.h:
@cp config.default.h $@
dwm: ${OBJ}
- @echo LD $@
- @${LD} -o $@ ${OBJ} ${LDFLAGS}
+ @echo CC -o $@
+ @${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean:
diff --git a/config.mk b/config.mk
t@@ -27,4 +27,3 @@ LDFLAGS = ${LIBS}
# compiler and linker
CC = cc
-LD = ${CC}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.