diff options
author | Michele Calgaro <[email protected]> | 2022-11-11 11:34:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-11-11 11:34:08 +0900 |
commit | 90f63a97bb8775f2cc64cb2d6d1c19e65647a138 (patch) | |
tree | 898891ab9ba25436c38b8951dd910e272f0824f5 /Makefile.dist | |
parent | 308c9e2d856eec7405550df3b91b690877658ea3 (diff) | |
download | kplayer-90f63a97bb8775f2cc64cb2d6d1c19e65647a138.tar.gz kplayer-90f63a97bb8775f2cc64cb2d6d1c19e65647a138.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.dist b/Makefile.dist deleted file mode 100644 index 4c0afd1..0000000 --- a/Makefile.dist +++ /dev/null @@ -1,10 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - $(MAKE) -f admin/Makefile.common cvs - -dist: - $(MAKE) -f admin/Makefile.common dist - -.SILENT: |