1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Portability.

This commit is contained in:
Bruno Haible
2003-06-02 11:41:56 +00:00
parent cb1c880393
commit eba9cf3822
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-05-20 Bruno Haible <bruno@clisp.org>
* doc/Makefile.in (gperf.ps): Don't use $< in a target rule.
2003-05-27 Bruno Haible <bruno@clisp.org> 2003-05-27 Bruno Haible <bruno@clisp.org>
* Makefile.vms (CC): Correct value. * Makefile.vms (CC): Correct value.

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/doc # Makefile for gperf/doc
# Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc. # Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu> # Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>. # and Bruno Haible <bruno@clisp.org>.
# #
@@ -84,7 +84,7 @@ $(srcdir)/gperf.dvi : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
ps : $(srcdir)/gperf.ps ps : $(srcdir)/gperf.ps
$(srcdir)/gperf.ps : $(srcdir)/gperf.dvi $(srcdir)/gperf.ps : $(srcdir)/gperf.dvi
$(DVIPS) -o $@ $< $(DVIPS) -o $@ $(srcdir)/gperf.dvi
pdf : $(srcdir)/gperf.pdf pdf : $(srcdir)/gperf.pdf