Don't include stamp.h for Linux.

From-SVN: r11662
This commit is contained in:
Richard Kenner 1996-04-04 12:19:09 -05:00
parent dd9f586e6d
commit ddc4b81a22
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,7 @@ direct_return ()
/* Write a version stamp. Don't write anything if we are running as a
cross-compiler. Otherwise, use the versions in /usr/include/stamp.h. */
#if !defined(CROSS_COMPILE) && !defined(_WIN32)
#if !defined(CROSS_COMPILE) && !defined(_WIN32) && !deinfed(__linux__)
#include <stamp.h>
#endif