forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user