summaryrefslogtreecommitdiffstats
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-11 05:14:41 +0200
committerDan McGee <dan@archlinux.org>2011-08-11 18:18:39 +0200
commitf0803f6ece49e760c2992895e35517fd1cf141c9 (patch)
tree1488e6e6479c290174ea2658c18462ae77a74d53 /etc/Makefile.am
parentedd9ed6a3bbe0a351fdf09b3d4b33c8d2fd66899 (diff)
downloadpacman-f0803f6ece49e760c2992895e35517fd1cf141c9.tar.gz
pacman-f0803f6ece49e760c2992895e35517fd1cf141c9.tar.xz
build: remove mucking with CARCHFLAGS
We've never received an update to this, and gcc has sane defaults out of the box anyway, as do most projects in their build systems. Remove the magic here and just let downstream distros handle any changes or additions necessary, as we already do for LDFLAGS. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 25f18342..67c0e983 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -19,7 +19,6 @@ edit = sed \
-e 's|@CARCH[@]|$(CARCH)|g' \
-e 's|@CHOST[@]|$(CHOST)|g' \
-e 's|@ARCHSWITCH[@]|$(ARCHSWITCH)|g' \
- -e 's|@CARCHFLAGS[@]|$(CARCHFLAGS)|g' \
-e 's|@ROOTDIR[@]|$(ROOTDIR)|g'
$(dist_sysconf_DATA): Makefile