summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-01 18:08:49 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-01 18:08:49 +0100
commit94e2ecad7c47cddbd719d774861947bf726c7a4e (patch)
treed7656d3ed797b55a3c99db655230b7fce53dedf7 /Makefile.in
parent3f25ce18333a8afe81ce8968f756ba986bd9b4b5 (diff)
downloadquilt-94e2ecad7c47cddbd719d774861947bf726c7a4e.tar.gz
Clean up legacy C code
Finally get rid of the old C implementation of backup-files, together with all the related checks in configure and variables in Makefile. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f20c04..050b2b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,13 +46,6 @@ USE_NLS := @USE_NLS@
STAT_HARDLINK := @STAT_HARDLINK@
PATCH_WRAPPER := @PATCH_WRAPPER@
-CC := @CC@
-CPPFLAGS += @CPPFLAGS@ @DEFS@
-CFLAGS += @CFLAGS@
-LDFLAGS += @LDFLAGS@
-LIBS := @LIBS@
-EXEEXT := @EXEEXT@
-
COMPAT_SYMLINKS := @COMPAT_SYMLINKS@
COMPAT_PROGRAMS := @COMPAT_PROGRAMS@