summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-03 06:24:55 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-03 06:24:55 +0000
commite34741b58aeba96f3fb7adbb078f649459ba59c3 (patch)
treef1512a502cb32f72deade43e27a82e11f5f39d6d /sys-apps/tmpreaper
parentnew ad placement (diff)
downloadhistorical-e34741b58aeba96f3fb7adbb078f649459ba59c3.tar.gz
historical-e34741b58aeba96f3fb7adbb078f649459ba59c3.tar.bz2
historical-e34741b58aeba96f3fb7adbb078f649459ba59c3.zip
There is now no longer any need to use \'s with "try" and "emake"/"pmake"
commands. "try" has been tested and works without \'s before double- quotes, but "emake"/"pmake" haven't been tested (but really should work).
Diffstat (limited to 'sys-apps/tmpreaper')
-rw-r--r--sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
index af1479142992..a9548554c943 100644
--- a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
+++ b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
@@ -13,7 +13,7 @@ DEPEND="virtual/glibc"
src_compile() {
- try make CFLAGS=\"${CFLAGS}\" all
+ try make CFLAGS="${CFLAGS}" all
}