Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that corrects a

patch from Emmanuel Raguet <raguet@crf.canon.fr>.  Emmanuel's patch
was against the Makefile.in's generated from the Makefile.am's
patched in this file.
This commit is contained in:
Joel Sherrill
2000-01-07 14:54:59 +00:00
parent c3538f33cc
commit 09e0df6766
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h

View File

@@ -20,7 +20,7 @@ S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h

View File

@@ -20,7 +20,7 @@ S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h