Commit bb062e1b authored by wtc%netscape.com's avatar wtc%netscape.com
Browse files

Removed the temporary hack.

parent 0ba00303
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ SUBMAKEFILES = ssl/Makefile pki/Makefile

include $(topsrcdir)/config/rules.mk

dependclean export::
depend dependclean export::
	$(MAKE) -C ssl $@
	$(MAKE) -C pki $@

@@ -87,7 +87,7 @@ endif
	$(MAKE) -C ssl $@
	$(MAKE) -C pki $@

clean clobber clobber_all realclean distclean depend::
clean clobber clobber_all realclean distclean::
	$(MAKE) -C ssl $@
	$(MAKE) -C pki $@
	$(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) clean