Changeset 6cd43af70ffc851beeb0cdbdc2de8c18505e8bfe
- Timestamp:
- 30/01/07 14:55:57
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1170165357 +0000
- git-parent:
[cd42e8249e47e1c9b7af7de5949c182df1ff0d7f]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1170165357 +0000
- Message:
Fix make clean
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6d06cc1 |
r6cd43af |
|
| 69 | 69 | @echo " you probably wanna run 'make clean-src' then" |
|---|
| 70 | 70 | @echo " you can still run 'make clean-bin' manually if needed" |
|---|
| 71 | | rm -rf config.mak |
|---|
| 72 | 71 | $(MAKE) clean-src |
|---|
| | 72 | rm -rf config.mak distro.mak |
|---|
| 73 | 73 | |
|---|
| 74 | 74 | package-macosx: FORCE |
|---|