2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* psxcancel/Makefile.am: Remove used H_FILES.
This commit is contained in:
Ralf Corsepius
2003-12-11 15:11:45 +00:00
parent 868b28e50c
commit 31b65e57de
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psxcancel/Makefile.am: Remove used H_FILES.
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat.

View File

@@ -9,13 +9,10 @@ MANAGERS = all
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES =
noinst_HEADERS = $(H_FILES)
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
SRCS = $(DOCS) $(C_FILES)
OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS)