Skip to content

Commit

Permalink
amended b2941b2
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Apr 2, 2020
1 parent b2941b2 commit 9677bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ realclean::

export:: exportdir tgz strip_some_preproc_symb

tgz:: exportdir
tgz:: exportdir strip_some_preproc_symb
(cd $(TOPDIR) && $(TAR) -czf $(EXPORTDIR).tgz $(EXPORTDIR) && rm -rf $(EXPORTDIR))

# some preprocessor symbols need to be stripped/replaced since they can be redefined by the user of the exported library
Expand Down

0 comments on commit 9677bf6

Please sign in to comment.