mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 09:04:58 +00:00
* Makefile.in (install): Don't install in $(tooldir).
This commit is contained in:
parent
fe7ec1d0a2
commit
3e0d03278c
@ -1,3 +1,7 @@
|
||||
Fri Sep 8 14:38:08 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (install): Don't install in $(tooldir).
|
||||
|
||||
Fri Aug 25 15:30:05 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
NS32K changes from Ian Dall:
|
||||
|
@ -95,11 +95,6 @@ install-info: gprof.info
|
||||
install: all
|
||||
$(INSTALL_XFORM) gprof $(bindir)/gprof
|
||||
$(INSTALL_XFORM1) $(srcdir)/gprof.1 $(man1dir)/gprof.1
|
||||
-n=`t='$(program_transform_name)'; echo gprof | sed -e $$t`; \
|
||||
rm -f $(tooldir)/bin/gprof; \
|
||||
ln $(bindir)/$$n $(tooldir)/bin/gprof \
|
||||
|| $(INSTALL_PROGRAM) gprof $(tooldir)/bin/gprof;
|
||||
|
||||
|
||||
gprof: $(OBJS) $(LIBS)
|
||||
$(CC) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user