aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/Makefile.ssl')
-rw-r--r--crypto/objects/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl
index a3a15c13c1..8b15ab0d6c 100644
--- a/crypto/objects/Makefile.ssl
+++ b/crypto/objects/Makefile.ssl
@@ -38,7 +38,7 @@ top:
all: obj_dat.h lib
obj_dat.h: objects.h obj_dat.pl
- $(PERL) ./obj_dat.pl < objects.h > obj_dat.h
+ $(PERL) ./obj_dat.pl objects.h obj_dat.h
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)