Commit e8d2e6ca authored by Richard Levitte's avatar Richard Levitte
Browse files

Use the variable $(PERL) to invoke perl.

Noted by Joe Orton <jorton@redhat.com>
parent 651fa63e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ MAKE= make -f Makefile.ssl
MAKEDEPEND=	$(TOP)/util/domd $(TOP)
MAKEFILE=	Makefile.ssl
AR=		ar r
PERL=		perl

CFLAGS= $(INCLUDES) $(CFLAG)

@@ -44,11 +45,11 @@ lib: $(LIBOBJ)
	@touch lib

obj_dat.h: obj_dat.pl obj_mac.h
	perl obj_dat.pl obj_mac.h obj_dat.h
	$(PERL) obj_dat.pl obj_mac.h obj_dat.h

# objects.pl both reads and writes obj_mac.num
obj_mac.h: objects.pl objects.txt obj_mac.num
	perl objects.pl objects.txt obj_mac.num obj_mac.h
	$(PERL) objects.pl objects.txt obj_mac.num obj_mac.h

files:
	$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO