de41b8de5e
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jun 13 2000 Preston Brown <pbrown@redhat.com> - FHS paths Tue May 30 2000 Preston Brown <pbrown@redhat.com> - fix up help output (#10236) Thu Feb 10 2000 Preston Brown <pbrown@redhat.com> - do not link statically Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - rebuild to gzip man page Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against the latest glibc in the sparc tree Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Feb 24 1999 Preston Brown <pbrown@redhat.com> - Injected new description and group. Fri Dec 18 1998 Preston Brown <pbrown@redhat.com> - bumped spec number for initial rh 6.0 build Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com> - changed build root to /var/tmp, not /var/lib - updated to version 1.2 Wed Jul 09 1997 Erik Troan <ewt@redhat.com> - built against glibc - build-rooted
12 lines
388 B
Diff
12 lines
388 B
Diff
--- symlinks-1.2/Makefile.nostatic Thu Feb 10 11:35:00 2000
|
|
+++ symlinks-1.2/Makefile Thu Feb 10 11:38:01 2000
|
|
@@ -3,7 +3,7 @@
|
|
all: symlinks
|
|
|
|
symlinks: symlinks.c
|
|
- gcc -Wall -Wstrict-prototypes -O2 -N -s -o symlinks symlinks.c
|
|
+ gcc -Wall -Wstrict-prototypes ${RPM_OPT_FLAGS} -o symlinks symlinks.c
|
|
|
|
install: all symlinks.8
|
|
install -m 755 -o root -g root symlinks /usr/local/bin
|