Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219333 | Differences between
and this patch

Collapse All | Expand All

(-)nmh-1.2_p20080420/uip/Makefile.in (-10 / +5 lines)
Lines 44-48 Link Here
44
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
44
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
45
LINK    = $(CC) $(LDFLAGS) -o $@
45
LINK    = $(CC) $(LDFLAGS) -o $@
46
LN = ln
46
LN = ln -sf
47
47
48
INSTALL         = @INSTALL@
48
INSTALL         = @INSTALL@
Lines 264-276 Link Here
264
# install links
264
# install links
265
install-lcmds:
265
install-lcmds:
266
	rm -f $(DESTDIR)$(bindir)/flists
266
	$(LN) flist  $(DESTDIR)$(bindir)/flists
267
	rm -f $(DESTDIR)$(bindir)/folders
267
	$(LN) folder $(DESTDIR)$(bindir)/folders
268
	rm -f $(DESTDIR)$(bindir)/prev
268
	$(LN) show   $(DESTDIR)$(bindir)/prev
269
	rm -f $(DESTDIR)$(bindir)/next
269
	$(LN) show   $(DESTDIR)$(bindir)/next
270
	rm -f $(DESTDIR)$(libdir)/install-mh
271
	$(LN) $(DESTDIR)$(bindir)/flist  $(DESTDIR)$(bindir)/flists
272
	$(LN) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders
273
	$(LN) $(DESTDIR)$(bindir)/show   $(DESTDIR)$(bindir)/prev
274
	$(LN) $(DESTDIR)$(bindir)/show   $(DESTDIR)$(bindir)/next
275
270
276
# install misc support binaries
271
# install misc support binaries

Return to bug 219333