"all:" -> "all::" to make XFree86-3.3 config files happy.
This commit is contained in:
parent
24c12deeb8
commit
167ab158f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6889
2 changed files with 13 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
XCOMM Imakefile src for Yamsweeper, created by hirofumi
|
||||
XCOMM
|
||||
XCOMM $Id: Imakefile,v 1.1.1.1 1996/09/21 16:56:46 max Exp $
|
||||
XCOMM $Id: Imakefile,v 1.2 1996/09/22 08:56:07 max Exp $
|
||||
XCOMM
|
||||
|
||||
#include "REVISION"
|
||||
|
@ -32,7 +32,7 @@ INSTALLDIR= $(BINDIR)
|
|||
|
||||
#if cppLogUser || cppHighScore
|
||||
|
||||
all: yamsweeper
|
||||
all:: yamsweeper
|
||||
|
||||
#ifdef SetUIDProgramTarget
|
||||
/* X11R[56] */
|
||||
|
|
11
x11/emu/files/patch-c
Normal file
11
x11/emu/files/patch-c
Normal file
|
@ -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.
|
Loading…
Reference in a new issue