summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 14:55:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 14:55:59 +0000
commit27aba63356ed201df282304052921624d9a0f901 (patch)
tree6e9e525d4b0890e255e57d70ece03cffd7258946 /bin
parent22f8a186ddbfbf88406971b7520d8bb4d8ea3a36 (diff)
downloadATCD-27aba63356ed201df282304052921624d9a0f901.tar.gz
added -DACE_LACKS_PRAGMA_ONCE
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g++dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g++dep b/bin/g++dep
index ad2c187e2e2..a5d2fc188b6 100755
--- a/bin/g++dep
+++ b/bin/g++dep
@@ -58,7 +58,7 @@ cat << _EOF_ >> $TMP
_EOF_
-g++ -MM $* | \
+g++ -MM -DACE_LACKS_PRAGMA_ONCE $* | \
sed -e "s; \./; ;g" $SED $REL | \
awk '{ if ($1 != prev) \
{ if (rec != "") print rec; rec = $0; prev = $1; } \