summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-24 18:07:09 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:16 -0600
commitf353d47cc0b8a1c3b055b4f6e199257bc8307796 (patch)
treede1b2175781de24a9bd0550ff16507d5129c26f6 /Makefile.in
parentbddd6fb07906e660260ef0fced05440ecac8d9e9 (diff)
build-system-ish thing works at the meta-package level
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9b884e4..362a73a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,9 +31,9 @@ dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)
export srcdir prefix exec_prefix bindir sbindir libexecdir
# programs #########################################################
-CC = @CC@
+SHELL = /bin/sh
+CC = gcc
RVS = @RVS@
-SHELL = @SHELL@
RM = rm -f
CP = cp
SED = sed
@@ -63,6 +63,9 @@ all : wrapper $(build-plugins)
.SUFFIXES :
+Makefile : $(srcdir)/configure
+ $<
+
# install ##########################################################
install : install-wrapper libexec $(install-plugins)