Makefile.in (HDR): Add machname.h.
* fixinc/Makefile.in (HDR): Add machname.h. (clean): Likewise. From-SVN: r31800
This commit is contained in:
parent
31113446bc
commit
c05d48e668
@ -1,3 +1,8 @@
|
||||
2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* fixinc/Makefile.in (HDR): Add machname.h.
|
||||
(clean): Likewise.
|
||||
|
||||
2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
|
||||
|
||||
* config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
|
||||
|
@ -63,7 +63,7 @@ LIBERTY = ../../libiberty/libiberty.a
|
||||
LIBOBJ = gnu-regex.o fixlib.o $(LIBERTY)
|
||||
FIOBJ = fixincl.o server.o procopen.o $(LIBOBJ)
|
||||
|
||||
HDR = server.h gnu-regex.h fixlib.h
|
||||
HDR = server.h gnu-regex.h fixlib.h machname.h
|
||||
|
||||
SH_TARGET = inclhack.sh fixincl.sh
|
||||
BIN_TARGET = fixincl fixfixes fixtests
|
||||
@ -106,7 +106,7 @@ fixincl.sh: inclhack.tpl
|
||||
cd $(srcdir) ; ./genfixes $@
|
||||
|
||||
clean:
|
||||
rm -f *.o $(TARGETS) fixincl.x
|
||||
rm -f *.o $(TARGETS) fixincl.x machname.h
|
||||
|
||||
# Ensure all the targets are built. If the program "fixincl"
|
||||
# failed to compile, link or load, then we install the
|
||||
|
Loading…
Reference in New Issue
Block a user