aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-26 20:11:59 +0100
committerHiltjo Posthuma <[email protected]>2015-12-26 20:11:59 +0100
commit114899a22d975eca8406bb384a28539e5dea4cd0 (patch)
treec7025911673571424cc47850d1878e3cf59394ec /Makefile
parent664e60ede51b3ff467d75f94e111c0b2f29e3a78 (diff)
downloadstagit-114899a22d975eca8406bb384a28539e5dea4cd0.tar.gz
stagit-114899a22d975eca8406bb384a28539e5dea4cd0.zip
rename EXTRAOBJ to COMPATOBJ
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a739e0e..35bb95e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ DOC = \
TODO
HDR = compat.h
-OBJ = ${SRC:.c=.o} ${EXTRAOBJ}
+OBJ = ${SRC:.c=.o} ${COMPATOBJ}
all: $(BIN)
@@ -45,11 +45,11 @@ config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@
-urmoms: urmoms.o ${EXTRAOBJ}
- ${CC} -o $@ urmoms.o ${EXTRAOBJ} ${LDFLAGS}
+urmoms: urmoms.o ${COMPATOBJ}
+ ${CC} -o $@ urmoms.o ${COMPATOBJ} ${LDFLAGS}
-urmoms-index: urmoms-index.o ${EXTRAOBJ}
- ${CC} -o $@ urmoms-index.o ${EXTRAOBJ} ${LDFLAGS}
+urmoms-index: urmoms-index.o ${COMPATOBJ}
+ ${CC} -o $@ urmoms-index.o ${COMPATOBJ} ${LDFLAGS}
clean:
rm -f ${BIN} ${OBJ}