summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-11-04 15:24:40 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-11-04 15:24:40 +0000
commit95ba9d63e774ecfcdd553ce8a5c31e451e075408 (patch)
tree4e5ac61ae901095d26b4b8e73bc62b6f20135035 /Makefile.in
parentfcfb501c0e307005cec0439d711f574b847ce1c3 (diff)
downloadquilt-95ba9d63e774ecfcdd553ce8a5c31e451e075408.tar.gz
- Makefile.in: don't strip the backup-files binary in the install
target. - quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on the RPM release number when building quilt.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 15b95eb..89aaed4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -289,7 +289,7 @@ install-main ::
$(INSTALL) -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR)
$(INSTALL) -d $(BUILD_ROOT)$(LIB_DIR)
- $(INSTALL) -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
+ $(INSTALL) -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
$(INSTALL) -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
$(INSTALL) -m 644 doc/README \