diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 17:25:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 17:25:31 +0000 |
commit | 167ab158f4563a9c5e8cbcc1c2c01025e19b28ba (patch) | |
tree | 59701ce601affb5be880e2f1efdea6c26915b3e9 /x11/emu | |
parent | 24c12deeb89e6415d9de5fc636e18ba853c53f68 (diff) |
"all:" -> "all::" to make XFree86-3.3 config files happy.
Notes
Notes:
svn path=/head/; revision=6889
Diffstat (limited to 'x11/emu')
-rw-r--r-- | x11/emu/files/patch-c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/emu/files/patch-c b/x11/emu/files/patch-c new file mode 100644 index 000000000000..eede2b3b8b53 --- /dev/null +++ b/x11/emu/files/patch-c @@ -0,0 +1,11 @@ +--- ./include/Imakefile.org Thu May 26 14:01:17 1994 ++++ ./include/Imakefile Thu Jun 12 09:32:44 1997 +@@ -9,7 +9,7 @@ + XCOMM you can at least butcher os.h to your heart's content in order to get emu + XCOMM to compile without damaging anything permanantly. + +-all: os.h ++all:: os.h + + os.h: os.h_tmpl + @echo Creating os.h. |