MFJ: Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.

This commit is contained in:
Satoshi Asami 1997-06-11 19:45:31 +00:00
parent 3b99807453
commit 522a3ebc0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6866
2 changed files with 22 additions and 0 deletions

View File

@ -9,3 +9,14 @@
/*
* OSF1 needs -D_BSD
--- ./compat/Imakefile.org Mon Mar 13 19:48:00 1995
+++ ./compat/Imakefile Wed Jun 11 12:42:13 1997
@@ -31,7 +31,7 @@
DependTarget()
#else
-all:
+all::
depend::
#endif

View File

@ -9,3 +9,14 @@
/*
* OSF1 needs -D_BSD
--- ./compat/Imakefile.org Mon Mar 13 19:48:00 1995
+++ ./compat/Imakefile Wed Jun 11 12:42:13 1997
@@ -31,7 +31,7 @@
DependTarget()
#else
-all:
+all::
depend::
#endif