From: rufustfirefly Date: Tue, 8 May 2001 15:43:30 +0000 (+0000) Subject: makefile fixes from Olaf Hering X-Git-Tag: netatalk-1-5-rc1~431 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd194ee5e091b6abc531e6bb76e47c9b621101b0;hp=8fb76264dd1a27c36d3798882cc63570887a7642;p=netatalk.git makefile fixes from Olaf Hering --- diff --git a/ChangeLog b/ChangeLog index 829554ea..52d0b4ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ -($Id: ChangeLog,v 1.32 2001-05-01 13:45:34 rufustfirefly Exp $) +($Id: ChangeLog,v 1.33 2001-05-08 15:43:30 rufustfirefly Exp $) + +2001-05-08 jeff b + + * bin/megatron/Makefile.am, etc/uams/Makefile.am: small Makefile fixes + from Olaf Hering + +2001-05-07 jeff b + + * contrib/shell_utils/netatalkshorternamelinks.pl: added script to + shorten names + + * etc/afpd/quota.c, etc/uams/uams_passwd.c: patches from Burkhard + Schmidt to fix typos + +2001-05-03 jeff b + + * etc/afpd/quota.c, etc/afpd/unix.h, etc/afpd/main.c, + etc/uams/uams_passwd.c: Tru64 patch from Burkhard Schmidt + + * configure.in, etc/afpd/quota.c, etc/afpd/unix.h: fixes for USE_*_H + moving to autodetected HAVE_*_H from autoconf script 2001-05-01 jeff b diff --git a/bin/megatron/Makefile.am b/bin/megatron/Makefile.am index aa68c0ed..946a9b43 100644 --- a/bin/megatron/Makefile.am +++ b/bin/megatron/Makefile.am @@ -10,6 +10,6 @@ noinst_HEADERS = megatron.h LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader install-exec-hook: - for LINK in $(LINKS); do - ln -s $(bindir)/megatron $(bindir)/$(LINK) + @for LINK in $(LINKS); do \ + $(LN_S) -vn $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \ done diff --git a/etc/uams/Makefile.am b/etc/uams/Makefile.am index 2d793d4a..b5019fdc 100644 --- a/etc/uams/Makefile.am +++ b/etc/uams/Makefile.am @@ -47,7 +47,7 @@ SUFFIXES = .c .so .c.so: $(COMPILE) -DHAVE_CONFIG_H -fPIC -DPIC \ -I$(top_srcdir) -fomit-frame-pointer -c $< ; \ - $(LD) $(LDSHAREDFLAGS) -o $@ $*.o $(LDFLAGS) $(LIBS) + $(CC) $(LDSHAREDFLAGS) -o $@ $*.o $(LDFLAGS) $(LIBS) # # create symbolic links: