diff options
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/rpm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am index 46c071ec87..7b240c6375 100644 --- a/cpp/rpm/Makefile.am +++ b/cpp/rpm/Makefile.am @@ -20,6 +20,7 @@ rpm: dist srpm: dist rpmbuild $(RPMOPTS) -bs $(SPEC) -# Build source distribution. +# Build source distribution and create required subdirs. dist: cd .. && $(MAKE) $(AM_MAKEFLAGS) dist + mkdir -p BUILD RPMS SOURCES SPECS SRPMS |
