Skip to content

Commit

Permalink
Revert unmodified zconf.h on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jan 24, 2019
1 parent d3eb07c commit 5c5ddcd
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ clean-libssh2:
-cd $(LIBSSH2DIR) && $(MAKE) clean

clean-zlib:
-cd $(ZLIBDIR) && $(MAKE) clean
-cd $(ZLIBDIR) && $(MAKE) clean && cp zconf.h.clean zconf.h

clean-pcre:
-cd $(LIBPCREDIR) && $(MAKE) clean
Expand Down
Loading

0 comments on commit 5c5ddcd

Please sign in to comment.