diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-21 14:55:59 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-21 14:55:59 +0000 |
commit | 27aba63356ed201df282304052921624d9a0f901 (patch) | |
tree | 6e9e525d4b0890e255e57d70ece03cffd7258946 /bin | |
parent | 22f8a186ddbfbf88406971b7520d8bb4d8ea3a36 (diff) | |
download | ATCD-27aba63356ed201df282304052921624d9a0f901.tar.gz |
added -DACE_LACKS_PRAGMA_ONCE
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g++dep | 2 |
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; } \ |