Skip to content

Commit

Permalink
clean-hash is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 15, 2009
1 parent d746bb0 commit fa49da7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/templates/Makefile.in
Expand Up @@ -322,7 +322,7 @@ codetest-pod:
- $(PERL) @build_dir@/t/doc/pod.t $(T_POD)

# cleaning up
clean: clean-pmc clean-test clean-hash
clean: clean-pmc clean-test
$(RM_F) \
$(PHP_LIBS) \
src/pct/gen_grammar.pir \
Expand All @@ -343,9 +343,6 @@ clean-test:
t/pmc/*.pir \
pipp_test_run.tar.gz

clean-hash:
$(RM_F) "$(HASH_OBJS)"

realclean: clean
$(RM_F) Makefile

Expand Down

0 comments on commit fa49da7

Please sign in to comment.