diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-09-20 03:18:19 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-09-20 03:18:19 +0000 |
| commit | 285f746224792dedb3120604967dd5c2aee6608d (patch) | |
| tree | 3109832005c22e060a30b60520bb674ce22a7212 /Makefile.am | |
| parent | abe6da3554dd03f04485f2b61152e4dcfcb7a2e6 (diff) | |
| download | cppunit-285f746224792dedb3120604967dd5c2aee6608d.tar.gz | |
Improved strstream detection to use header <strstream>, if available.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index da7a94f..69defcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,10 +37,8 @@ release: rm -rf .deps */.deps $(MAKE) distcheck -# The 'date -I' may be a GNUism (sorry!). -# It means output an ISO-8601 compliant date/time string. snapshot: - $(MAKE) dist distdir=$(PACKAGE)-`date -I` + $(MAKE) dist distdir=$(PACKAGE)-`date +%Y-%m-%d` rpm: dist rpm -ta $(PACKAGE)-$(VERSION).tar.gz |
