Update Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -50,7 +50,7 @@ $(DISTFILE): version.sh
|
|||||||
cd dist && tar -czvf ../$@ cmdarg-$(VERSION)-$(RELEASE)
|
cd dist && tar -czvf ../$@ cmdarg-$(VERSION)-$(RELEASE)
|
||||||
|
|
||||||
$(RHEL_DISTFILE): $(DISTFILE)
|
$(RHEL_DISTFILE): $(DISTFILE)
|
||||||
cd dist && ln -s .$(DISTFILE) .$(RHEL_DISTFILE)
|
cp $(DISTFILE) $(RHEL_DISTFILE)
|
||||||
|
|
||||||
./dist/$(SRPM): $(RHEL_DISTFILE)
|
./dist/$(SRPM): $(RHEL_DISTFILE)
|
||||||
rm -fr ./dist/$(SRPM)
|
rm -fr ./dist/$(SRPM)
|
||||||
|
|||||||
Reference in New Issue
Block a user